Lender Price API
Locking a Loan Without LOS / 13. Allow Current Pricing / 13.3 Allow Current Pricing
In This Topic
    13.3 Allow Current Pricing
    In This Topic

    Path

    POST /rest/v1/lp-ppe-api/price-quote/addLockEvent
    

    Headers        

    Authorization
    
    Bearer {{accessToken}}
    
     
    

    Body

    Copy Code
       
    {
        "priceQuoteId": "{{priceQuoteId}}",
        "lockId": "{{lockId}}",
        "lockStatusId": "{{allowPricingStatusId}}",
        "lockEventExceptionInfo": null,
        "lockEventExtensionInfo": null,
        "scenario": null,
        "lockDateUpdate": null,
        "hasSellSide": false,
        "historicalPricing": false,
        "exportAndLock": false,
        "lockEventId": "64669fe4857aba0001098d3a",
        "lockEventComment": "whatever comments [Rate Sheet Date: 4/20/2023, 4:05:42 PM America/Los_Angeles]"
      }

    Example Request

    Copy Code
    curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/price-quote/addLockEvent' \
    --header 'Authorization: Bearer {{accessToken}}' \
    --data '{
      "priceQuoteId": "{{priceQuoteId}}",
      "lockId": "{{lockId}}",
      "lockStatusId": "{{allowPricingStatusId}}",
      "lockEventExceptionInfo": null,
      "lockEventExtensionInfo": null,
      "scenario": null,
      "lockDateUpdate": null,
      "hasSellSide": false,
      "historicalPricing": false,
      "exportAndLock": false,
      "lockEventId": "64669fe4857aba0001098d3a",
      "lockEventComment": "whatever comments [Rate Sheet Date: 4/20/2023, 4:05:42 PM America/Los_Angeles]"
    }'

    Example Response

    This request doesn't return a response body.